Update the Plug & Charge status for a charger
cURL
curl --request POST \ --url https://app.plugchoice.com/api/v3/chargers/{charger_uuid}/settings/plug-charge \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "enabled": true, "card_uid": "bngzmiyvdljnikhw" } '
{}
See the documentation for more information.
true
This field is required when enabled is true. Must not be greater than 20 characters.
enabled
"bngzmiyvdljnikhw"
Plug & Charge status updated successfully
The response is of type object.
object
Was this page helpful?